home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / axclient.h < prev    next >
C/C++ Source or Header  |  1991-02-25  |  383b  |  15 lines

  1. /* @(#) $Header: axclient.h,v 1.2 91/02/24 20:16:36 deyke Exp $ */
  2.  
  3. #ifndef _AXCLIENT_H
  4. #define _AXCLIENT_H
  5.  
  6. #include "global.h"
  7. #include "lapb.h"
  8. #include "session.h"
  9.  
  10. void axclient_send_upcall __ARGS((struct ax25_cb *cp, int cnt));
  11. void axclient_recv_upcall __ARGS((struct ax25_cb *cp, int cnt));
  12. int doconnect __ARGS((int argc, char *argv[], void *p));
  13.  
  14. #endif  /* _AXCLIENT_H */
  15.